home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000470_news@columbia.edu _Mon Mar 24 12:58:29 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA29881
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Mar 1997 12:58:28 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA28798
  7.     for kermit.misc@watsun; Mon, 24 Mar 1997 12:58:26 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!van-bc!uniserve!newsfeeds.sol.net!worldnet.att.net!howland.erols.net!surfnet.nl!highway.leidenuniv.nl!usenet
  9. From: Mark Barto <MBarto@cdiv.azl.nl>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Start telnet connection using K95
  12. Date: Mon, 24 Mar 1997 13:17:32 +0100
  13. Organization: AZL
  14. Lines: 14
  15. Message-ID: <333670DC.F39@cdiv.azl.nl>
  16. Reply-To: MBarto@cdiv.azl.nl
  17. NNTP-Posting-Host: 800azl86.azl.nl
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 3.01 (Win95; I)
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:6802
  23.  
  24. I'm starting a telnet session, using the command line, like: 
  25. k95.exe -J hostname. Depending on the hostname I want to set some extra
  26. funtions in the script. (session colors etc.)
  27. I tried to read the \v(line) from K95custom.ini but this returns the
  28. value 0. Once the telnet session is started this variable shows the
  29. right session name that I can use in my scripts. This is to late for my
  30. telnet session because the script is alreade finished at this time.
  31. How can I work arround this problem??
  32.  
  33. Thanks in advance,
  34.  
  35. Mark
  36.  
  37.